home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 9
/
FM Towns Free Software Collection 9.iso
/
taropyon
/
silib
/
inc
/
scn
/
hsvline.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-16
|
232 b
|
17 lines
#ifndef _SCN_VSHLINE_H
#define _SCN_VSHLINE_H
#ifndef _SISCN_H
# include <siscn.h>
#endif
struct _scnhs_vline_t
{
int x, y1, y2;
COLOR_T col;
};
extern void (*ScnHsVlineTbl[])(struct _scnhs_vline_t *);
#endif